Welcome![Sign In][Sign Up]
Location:
Search - cs b

Search list

[Special EffectsWaterEffect

Description: csharp实现的图片特效 App.ico AssemblyInfo.cs bin WaterEffectDemo.csproj WaterEffectDemo.csproj.user WaterEffectDemo.sln WaterEffectForm.cs WaterEffectForm.resx WaterEffectPictureBox.cs WaterEffectPictureBox.resx readme.txt-csharp achieve photo effects App.ico AssemblyInfo.cs b in WaterEffectDemo.csproj WaterEffectDemo. csproj.user WaterEffectDemo.sln WaterEffec tForm.cs WaterEffectForm.resx WaterEffectP re ictureBox.cs WaterEffectPictureBox.resx adme.txt
Platform: | Size: 92151 | Author: ysh | Hits:

[Web Servertomcat4xwindows

Description: BBS-CS是采用JSP+JavaBean+Servlet开发的一套网络虚拟社区系统。 运行平台: Liunx + JDK + Apache + Tomcat + MYSQL 或 Windows2000(WindowsNT、Windows98) + JDK + Apache + Tomcat + MYSQL 软件开发环境采用 RedHat Linux 7.0 JDK1.3 For Linux Apache 1.3.20 Tomcat 3.1.1/Tomcat 4.0.3 MYSQL 3.23.39 MYSQL驱动采用mm.mysql-2.0.4-bin.jar 现在版本为BBS-CS V3.0 Beta V3.0版本在内核上较以前版本有了很大的改进,并且彻底解决了中文问题! BBS-CS V3.0环境配置说明: BBS-CS V3.0需要Servlet.jar和mm.mysql-2.0.4-bin.jar两个jar文件包,Servlet.jar是Servlet引擎,mm.mysql-2.0.4-bin.jar是MYSQL的JDBC驱动,如果用户没有上述两个文件,可以在BBS-CS文件包中的jar目录下找到这两个文件。-BBS-CS is used JSP Servlet JavaBean development of a virtual network community systems. Platform : Liunx JDK Apache Tomcat MYSQL or Windows 2000 (Wi ndowsNT. Windows98) JDK Apache Tomcat MYSQL software development environment using Re RedHat Linux 7.0 JDK1.3 For Apache 1.3.20 To Linux mcat 3.1.1/Tomcat 4.0.3 MYSQL MYSQL Driver 3.23.39 using mm.mysql - 2.0.4 - bin.jar present version of BBS-CS V3.0 B eta V3.0 version of the kernel than on the previous version has been greatly improved, and completely resolve the problem of Chinese! BBS-CS V3.0 environment configuration : BBS-CS V3.0 need Servlet.jar and mm.mysql - 2.0.4-b in.jar 2 jar package, Servlet.jar is Servlet engines, mm.mysql - 2.0.4 - bin.jar MYSQL is the JDBC driver, If users are not above two documents, the BBS-CS package to the
Platform: | Size: 538769 | Author: 杨广 | Hits:

[Crack HackBigInteger_src

Description: C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProbablePrime(int confidence) , isProbablePrime() , Jacobi(BigInteger a, BigInteger b) , LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) ,max(BigInteger bi) , min(BigInteger bi) , modInverse(BigInteger modulus) , RabinMillerTest(int confidence) , -C# BigInteger class. BigInteger.cs is a cs harp program. It is the BIgInteger class. It has methods : abs (), FermatLittleTest (int confidence). gcd (BigInteger bi), genCoPrime (int bits, Random rand), genPseudoPrime (int bits, int confidence, Random rand). genRandomBits (int bits, Random rand). isProbablePrime (int confidence). isProbablePrime (), Jacobi (BigInteger a, BigInteger b), LucasSequence (BigInteger P, BigInteger Q, BigInteger k, BigInteger n), max (BigInteger bi), min (BigInteger bi). modInverse (BigInteger modulus). RabinMillerTest (int confidence),
Platform: | Size: 35882 | Author: jason.. | Hits:

[Other resourcetlv1544

Description: TLV1544与TMS320VC5402通过串行口连接,此时,A/D转换芯片作为从设备,DSP提供帧同步和输入/输出时钟信号。TLV1544与DSP之间数据交换的时序图如图3所示。 开始时, 为高电平(芯片处于非激活状态),DATA IN和I/OCLK无效,DATAOUT处于高阻状态。当串行接口使CS变低(激活),芯片开始工作,I/OCLK和DATAIN能使DATA OUT不再处于高阻状态。DSP通过I/OCLK引脚提供输入/输出时钟8序列,当由DSP提供的帧同步脉冲到来后,芯片从DATA IN接收4 b通道选择地址,同时从DATAOUT送出的前一次转换的结果,由DSP串行接收。I/OCLK接收DSP送出的输入序列长度为10~16个时钟周期。前4个有效时钟周期,将从DATAIN输入的4 b输入数据装载到输入数据寄存器,选择所需的模拟通道。接下来的6个时钟周期提供模拟输入采样的控制时间。模拟输入的采样在前10个I/O时钟序列后停止。第10个时钟沿(确切的I/O时钟边缘,即上升沿或下降沿,取决于操作的模式选择)将EOC变低,转换开始。 -TLV1544 with TMS320VC5402 through serial port connectivity, at this time, A / D conversion chip as from the equipment, to provide frame synchronization DSP and input / output clock signal. TLV1544 DSP and data exchange between the chronology of the map is shown in figure 3. At the beginning of the margin (in chip-activated), and I DATA IN / OCLK invalid, DATAOUT at high resistance state. When the serial interface CS change low (activator), the chip start work, I / OCLK and DATAIN can DATA OUT is no longer in a state of high resistance. DSP through I / OCLK pin provide input / output clock 8 sequence, When the DSP from the frame synchronization pulse, the chip from the DATA IN receive four channels to choose b address, DATAOUT sent from the same time the previous conversion results from the
Platform: | Size: 1207 | Author: john | Hits:

[Other resourceCubicMultinomialRegress

Description: 一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。
Platform: | Size: 3813 | Author: wangyinghao | Hits:

[Other resourceExponentRegress

Description: 指数回归方程 ExponentRegress.cs 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。
Platform: | Size: 4623 | Author: wangyinghao | Hits:

[Other resourceHyperbolaRegress

Description: 双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2()
Platform: | Size: 4787 | Author: wangyinghao | Hits:

[Other resourceLogarithmRegress

Description: 对数回归方程 LogarithmRegress.cs 方程模型为 Y=a*LnX+b public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。
Platform: | Size: 3662 | Author: wangyinghao | Hits:

[Compress-Decompress algrithmsg729_audio_encode

Description: ITU-T G.729语音压缩算法。 description: Fixed-point description of commendation G.729 with ANNEX B Coding of Speech at 8 kbit/s using Conjugate-Structure Algebraic-Code-Excited Linear-Prediction (CS-ACELP) with Voice Activity Decision(VAD), Discontinuous Transmission(DTX), and Comfort Noise Generation(CNG).
Platform: | Size: 112019 | Author: kevin | Hits:

[Other resource8255A

Description: 使用DVCC实验系统中的并行接口芯片8255A的B口作输入口,使工作于方式1,将PB0~PB7连接到手动开关K1~K8,将手动脉冲信号SP作为8255B口的选通信号,连接到PC2。将B品工作于方式1时的中断请求信号(PC0)连接到8255A的IR3,8255A的片选信号无需连接(系统已连接好)。8259A的CS连接地址译码输出端Y6,8259A的端口地址为60H、61H
Platform: | Size: 17426 | Author: 李兆军 | Hits:

[OpenGL programCS_BSP

Description: BSP tree for CS
Platform: | Size: 39936 | Author: 钳工 | Hits:

[Shot Gamepodbot26_src

Description: 这是官方发布的 POD-Bot 2.6 源代码,一个很流行的 CS 机器人程序。-This is the official release of POD- bot 2.6 source code, a very popular CS robot procedures.
Platform: | Size: 243712 | Author: Whistler | Hits:

[Special EffectsWaterEffect

Description: csharp实现的图片特效 App.ico AssemblyInfo.cs bin WaterEffectDemo.csproj WaterEffectDemo.csproj.user WaterEffectDemo.sln WaterEffectForm.cs WaterEffectForm.resx WaterEffectPictureBox.cs WaterEffectPictureBox.resx readme.txt-csharp achieve photo effects App.ico AssemblyInfo.cs b in WaterEffectDemo.csproj WaterEffectDemo. csproj.user WaterEffectDemo.sln WaterEffec tForm.cs WaterEffectForm.resx WaterEffectP re ictureBox.cs WaterEffectPictureBox.resx adme.txt
Platform: | Size: 160768 | Author: ysh | Hits:

[Crack Hack[Adobe.Creative.Suite.2.0.AdobeCS2CHS_Setup

Description: Adobe Photoshop CS 2 code number for all programes PS CS2破解码 内副图片教程-Adobe Photoshop CS 2 code number for all pro grames PS CS2 crack codes within vice Photo Guide
Platform: | Size: 691200 | Author: Jyng | Hits:

[WEB Codetomcat4xwindows

Description: BBS-CS是采用JSP+JavaBean+Servlet开发的一套网络虚拟社区系统。 运行平台: Liunx + JDK + Apache + Tomcat + MYSQL 或 Windows2000(WindowsNT、Windows98) + JDK + Apache + Tomcat + MYSQL 软件开发环境采用 RedHat Linux 7.0 JDK1.3 For Linux Apache 1.3.20 Tomcat 3.1.1/Tomcat 4.0.3 MYSQL 3.23.39 MYSQL驱动采用mm.mysql-2.0.4-bin.jar 现在版本为BBS-CS V3.0 Beta V3.0版本在内核上较以前版本有了很大的改进,并且彻底解决了中文问题! BBS-CS V3.0环境配置说明: BBS-CS V3.0需要Servlet.jar和mm.mysql-2.0.4-bin.jar两个jar文件包,Servlet.jar是Servlet引擎,mm.mysql-2.0.4-bin.jar是MYSQL的JDBC驱动,如果用户没有上述两个文件,可以在BBS-CS文件包中的jar目录下找到这两个文件。-BBS-CS is used JSP Servlet JavaBean development of a virtual network community systems. Platform : Liunx JDK Apache Tomcat MYSQL or Windows 2000 (Wi ndowsNT. Windows98) JDK Apache Tomcat MYSQL software development environment using Re RedHat Linux 7.0 JDK1.3 For Apache 1.3.20 To Linux mcat 3.1.1/Tomcat 4.0.3 MYSQL MYSQL Driver 3.23.39 using mm.mysql- 2.0.4- bin.jar present version of BBS-CS V3.0 B eta V3.0 version of the kernel than on the previous version has been greatly improved, and completely resolve the problem of Chinese! BBS-CS V3.0 environment configuration : BBS-CS V3.0 need Servlet.jar and mm.mysql- 2.0.4-b in.jar 2 jar package, Servlet.jar is Servlet engines, mm.mysql- 2.0.4- bin.jar MYSQL is the JDBC driver, If users are not above two documents, the BBS-CS package to the
Platform: | Size: 538624 | Author: 杨广 | Hits:

[Crack HackBigInteger_src

Description: C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProbablePrime(int confidence) , isProbablePrime() , Jacobi(BigInteger a, BigInteger b) , LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) ,max(BigInteger bi) , min(BigInteger bi) , modInverse(BigInteger modulus) , RabinMillerTest(int confidence) , -C# BigInteger class. BigInteger.cs is a cs harp program. It is the BIgInteger class. It has methods : abs (), FermatLittleTest (int confidence). gcd (BigInteger bi), genCoPrime (int bits, Random rand), genPseudoPrime (int bits, int confidence, Random rand). genRandomBits (int bits, Random rand). isProbablePrime (int confidence). isProbablePrime (), Jacobi (BigInteger a, BigInteger b), LucasSequence (BigInteger P, BigInteger Q, BigInteger k, BigInteger n), max (BigInteger bi), min (BigInteger bi). modInverse (BigInteger modulus). RabinMillerTest (int confidence),
Platform: | Size: 35840 | Author: jason.. | Hits:

[SCMtlv1544

Description: TLV1544与TMS320VC5402通过串行口连接,此时,A/D转换芯片作为从设备,DSP提供帧同步和输入/输出时钟信号。TLV1544与DSP之间数据交换的时序图如图3所示。 开始时, 为高电平(芯片处于非激活状态),DATA IN和I/OCLK无效,DATAOUT处于高阻状态。当串行接口使CS变低(激活),芯片开始工作,I/OCLK和DATAIN能使DATA OUT不再处于高阻状态。DSP通过I/OCLK引脚提供输入/输出时钟8序列,当由DSP提供的帧同步脉冲到来后,芯片从DATA IN接收4 b通道选择地址,同时从DATAOUT送出的前一次转换的结果,由DSP串行接收。I/OCLK接收DSP送出的输入序列长度为10~16个时钟周期。前4个有效时钟周期,将从DATAIN输入的4 b输入数据装载到输入数据寄存器,选择所需的模拟通道。接下来的6个时钟周期提供模拟输入采样的控制时间。模拟输入的采样在前10个I/O时钟序列后停止。第10个时钟沿(确切的I/O时钟边缘,即上升沿或下降沿,取决于操作的模式选择)将EOC变低,转换开始。 -TLV1544 with TMS320VC5402 through serial port connectivity, at this time, A/D conversion chip as from the equipment, to provide frame synchronization DSP and input/output clock signal. TLV1544 DSP and data exchange between the chronology of the map is shown in figure 3. At the beginning of the margin (in chip-activated), and I DATA IN/OCLK invalid, DATAOUT at high resistance state. When the serial interface CS change low (activator), the chip start work, I/OCLK and DATAIN can DATA OUT is no longer in a state of high resistance. DSP through I/OCLK pin provide input/output clock 8 sequence, When the DSP from the frame synchronization pulse, the chip from the DATA IN receive four channels to choose b address, DATAOUT sent from the same time the previous conversion results from the
Platform: | Size: 1024 | Author: | Hits:

[Windows Developcs-bs

Description: “也许有的人说,VB过时了!不过请看我是如何用vb来开发BS程序和CS程序的!”,在本例中有详细的代码参考!分享是一种快乐,有问题请联系本人QQ:271658305- Maybe some people said, VB outdated! But I see how to use vb to develop procedures and BS procedures CS! , In this case there is a detailed reference code! Share is a happy, there are problems please contact me QQ: 271658305
Platform: | Size: 197632 | Author: 刘世兴 | Hits:

[.netB2CSystem

Description: .NET的B2C的开源商城系统,带工程文件和CS的全部代码,可以用于.NET学习的参考。-. NET' s B2C mall open source systems, with engineering documents and CS all the code, can be used. NET reference study.
Platform: | Size: 831488 | Author: 林宇 | Hits:

[e-languageCS-zuobiyuanma

Description: 易语言 cs1.5透视源码,作弊器源码 .子程序 Read整数内存, 整数型 .参数 内存地址 .局部变量 PID .局部变量 handle .局部变量 地址 .局部变量 cc PID = 取自进程ID_ () handle = OpenProcess (2035711, 0, PID) .如果真 (handle ≠ 0) cc = 内存读整数_ (handle, 内存地址, 地址, 4) 关闭对象_ (handle) .如果真结束 返回 (cc) .子程序 _glBegin, , , 测试未写完 .参数 mode, 整数型 .局部变量 a .局部变量 b -易语言 cs1.5透视源码,作弊器源码 .子程序 Read整数内存, 整数型 .参数 内存地址 .局部变量 PID .局部变量 handle .局部变量 地址 .局部变量 cc PID = 取自进程ID_ () handle = OpenProcess (2035711, 0, PID) .如果真 (handle ≠ 0) cc = 内存读整数_ (handle, 内存地址, 地址, 4) 关闭对象_ (handle) .如果真结束 返回 (cc) .子程序 _glBegin, , , 测试未写完 .参数 mode, 整数型 .局部变量 a .局部变量 b
Platform: | Size: 5120 | Author: 张文 | Hits:
« 12 3 »

CodeBus www.codebus.net